From 6042b829645c82b7bf2143f59283880ea3e915e9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 20 Dec 2017 08:31:22 -0500 Subject: [PATCH] Update the docs for GtkCssChange The docs were out of sync with the flags we actually have. --- gtk/gtkcsstypesprivate.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gtk/gtkcsstypesprivate.h b/gtk/gtkcsstypesprivate.h index 9177467485..0b73d106dd 100644 --- a/gtk/gtkcsstypesprivate.h +++ b/gtk/gtkcsstypesprivate.h @@ -100,10 +100,10 @@ typedef guint64 GtkCssChange; * see @GTK_CSS_AFFECTS_FONT. * @GTK_CSS_AFFECTS_BACKGROUND: The background rendering is affected. * @GTK_CSS_AFFECTS_BORDER: The border styling is affected. - * @GTK_CSS_AFFECTS_FONT: The font is affected and should be reloaded - * if it was cached. - * @GTK_CSS_AFFECTS_TEXT: Text rendering is affected. + * @GTK_CSS_AFFECTS_ICON_SIZE: Icon size is affected. * @GTK_CSS_AFFECTS_TEXT_ATTRS: Text attributes are affected. + * @GTK_CSS_AFFECTS_TEXT_SIZE: Text size is affected. + * @GTK_CSS_AFFECTS_TEXT_CLIP: Text clipping is affected. * @GTK_CSS_AFFECTS_ICON: Fullcolor icons and their rendering is affected. * @GTK_CSS_AFFECTS_SYMBOLIC_ICON: Symbolic icons and their rendering is affected. * @GTK_CSS_AFFECTS_OUTLINE: The outline styling is affected. Outlines @@ -115,7 +115,8 @@ typedef guint64 GtkCssChange; * on the allocated size of the element. Changes in these properties * should cause a recomputation of the element's allocated size. * @GTK_CSS_AFFECTS_POSTEFFECT: An effect is applied after drawing that changes - * the drawing. + * @GTK_CSS_AFFECTS_TEXT: Affects anything related to text rendering. + * @GTK_CSS_AFFECTS_REDRAW: Affects anything that requires redraw. * * The generic effects that a CSS property can have. If a value is * set, then the property will have an influence on that feature. -- 2.30.2